home *** CD-ROM | disk | FTP | other *** search
/ PC Electronic Plus / PC Electronics Plus (Most Significant Bits)(1995).ISO / pctech / elec6.cai < prev    next >
Text File  |  1991-12-20  |  28KB  |  616 lines

  1. @OPTIONS ESCAPE NOEDIT
  2. @ESC SYSTEM
  3. .SCREEN 0
  4. .COLOR 15,0
  5. .CLS
  6.  ┌────────────────────────────────────────────────────────────────────────────┐
  7.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ INTRODUCTION ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  8.  └────────────────────────────────────────────────────────────────────────────┘
  9. .LOCATE 9,14
  10. All electrical and electronic products are built from
  11. .LOCATE 10,14
  12. a limited number of basic components that perform
  13. .LOCATE 11,14
  14. one of two functions:
  15. .LOCATE 13,14
  16. 1. Switch the flow of current on and off.
  17. .LOCATE 15,14
  18. 2. Regulate the amount of current that flows through
  19. .LOCATE 16,17
  20. all or part of the circuit.
  21. .LOCATE 25,19
  22. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  23. .CLS
  24. .LOCATE 7,16
  25. That's correct, the only thing the components in an
  26. .LOCATE 8,16
  27. a circuit can do is:
  28. .LOCATE 11,26
  29. SWITCH THE CURRENT ON AND OFF
  30. .LOCATE 13,40
  31. or
  32. .LOCATE 15,17
  33. REGULATE (INCREASE/DECREASE) THE AMOUNT THAT FLOWS
  34. .LOCATE 25,19
  35. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  36. .CLS
  37.  ┌────────────────────────────────────────────────────────────────────────────┐
  38.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ COMPONENTS ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  39.  └────────────────────────────────────────────────────────────────────────────┘
  40. .LOCATE 10,13
  41. To perform the kind of complex tasks we associate with
  42. .LOCATE 11,13
  43. electrical and electronic products using components
  44. .LOCATE 12,13
  45. that are so limited in what they can do, engineers use
  46. .LOCATE 13,13
  47. those simple components as building blocks.
  48. .LOCATE 15,13
  49. Separate circuits are constructed using various components
  50. .LOCATE 16,13
  51. and then different circuits are linked together to make
  52. .LOCATE 17,13
  53. a complete system.
  54. .LOCATE 25,19
  55. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  56. .CLS
  57.  ┌────────────────────────────────────────────────────────────────────────────┐
  58.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ COMPONENTS ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  59.  └────────────────────────────────────────────────────────────────────────────┘
  60. .LOCATE 5,22
  61. The most commonly used components are:
  62. .LOCATE 7,36
  63. RESISTORS
  64. .LOCATE 8,36
  65. CAPACITORS
  66. .LOCATE 9,37
  67. DIODES
  68. .LOCATE 10,35
  69. TRANSISTORS
  70. .LOCATE 12,22
  71. In electronic products those components
  72. .LOCATE 13,22
  73. can be mounted on:
  74. .LOCATE 15,30
  75. PRINTED CIRCUIT BOARDS
  76. .LOCATE 17,39
  77. or
  78. .LOCATE 19,22
  79. Miniaturized and placed on silicon wafers
  80. .LOCATE 20,22
  81. in the form of:
  82. .LOCATE 22,31
  83. INTEGRATED CIRCUITS
  84. .LOCATE 25,19
  85. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  86. .CLS
  87.  ┌────────────────────────────────────────────────────────────────────────────┐
  88.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ RESISTORS ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  89.  └────────────────────────────────────────────────────────────────────────────┘
  90. .LOCATE 7,16
  91. In Section Two we discussed the measurement of the
  92. .LOCATE 8,16
  93. of the activity in a circuit in terms of:
  94. .LOCATE 10,21
  95. VOLTS - The "pressure" of the electrons.
  96. .LOCATE 12,15
  97. AMPS - The volume of electrons flowing in a circuit.
  98. .LOCATE 14,13
  99. WATTS - The total amount of power (WATTS = VOLTS x AMPS)
  100. .LOCATE 16,39
  101. and
  102. .LOCATE 18,10
  103. OHMS - The measure of the RESISTANCE to the flow of electrons.
  104. .LOCATE 25,19
  105. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  106. .CLS
  107.  ┌────────────────────────────────────────────────────────────────────────────┐
  108.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ RESISTORS ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  109.  └────────────────────────────────────────────────────────────────────────────┘
  110.                      The RESISTOR is the component used to:
  111.  
  112.  
  113.            REDUCE THE AMOUNT OF POWER FLOWING IN PART OF THE CIRCUIT
  114.  
  115.  
  116.           When a Resistor is inserted in a circuit, some of the energy
  117.           of the flowing electrons will be dissipated in the form of
  118.           heat at that location. In a Blower Motor, Resistors are used
  119.           to vary the amount of power going to the motor, which makes
  120.           the motor run faster or slower as desired.
  121.  
  122.                           ┌─────────────────────────┐
  123.                           │ Symbol:  --/\/\/\/\/\-- │
  124.                           │                         │
  125.                           │               or        │
  126.                           │                         │
  127.                           │          __┌────────┐__ │
  128.                           │            └────────┘   │
  129.                           └─────────────────────────┘
  130. .LOCATE 25,19
  131. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  132. .CLS
  133.  ┌────────────────────────────────────────────────────────────────────────────┐
  134.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ RESISTORS ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  135.  └────────────────────────────────────────────────────────────────────────────┘
  136.  
  137.                                VARIABLE RESISTORS
  138.  
  139.             A Variable Resistor is one in which the amount of power
  140.             or voltage being absorbed can be adjusted. A radio volume
  141.             control is an excellent example of a Variable Resistor.
  142.  
  143.             A Variable Resistor is also known as a POTENTIOMETER.
  144.  
  145.                           ┌─────────────────────────┐
  146.                           │ Symbol:                │
  147.                           │          --/\/\│\/\/\-- │
  148.                           │                │        │
  149.                           │                         │
  150.                           │               or        │
  151.                           │                         │
  152.                           │                │        │
  153.                           │          __┌───────┐__ │
  154.                           │            └────────┘   │
  155.                           └─────────────────────────┘
  156. .LOCATE 25,19
  157. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  158. .CLS
  159.  ┌────────────────────────────────────────────────────────────────────────────┐
  160.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ RESISTORS ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  161.  └────────────────────────────────────────────────────────────────────────────┘
  162. .LOCATE 9,13
  163. While the Resistors used in Blower Motors are typically
  164. .LOCATE 10,13
  165. coils of wire mounted on a "Resistor Block", most
  166. .LOCATE 11,13
  167. Resistors used in electrical and electronic circuits
  168. .LOCATE 12,13
  169. are made from carbon or other material encased in
  170. .LOCATE 13,13
  171. a ceramic sleeve.
  172. .LOCATE 15,13
  173. Such resistors are easy to identify thanks to the
  174. .LOCATE 16,13
  175. distinctive color coded rings on the sleeve used to
  176. .LOCATE 17,13
  177. indicate the resistance value and other specifications.
  178. .LOCATE 25,19
  179. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  180. .CLS
  181.  ┌────────────────────────────────────────────────────────────────────────────┐
  182.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ RESISTORS ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  183.  └────────────────────────────────────────────────────────────────────────────┘
  184.  
  185.  
  186.                                 TYPICAL RESISTOR
  187.  
  188.  
  189.                             ┌─┬─┬──┬─┬──┬─┬──┬─┬───┐
  190.                     ════════╡ │░│  │▒│  │▓│  │█│   ├════════
  191.                             └─┴─┴──┴─┴──┴─┴──┴─┴───┘
  192.                                            
  193.                  First Digit ──┘    │    │    │
  194.                  Second Digit ──────┘    │    │
  195.                  Multiplier ─────────────┘    │
  196.                  Tolerance ───────────────────┘
  197.  
  198.        First Digit = First digit of resistance value (0 thru 9) in OHMS
  199.        Second Digit = Second Digit of resistance value (0 thru 9) in OHMS
  200.        Multiplier = Number of zeros after first two numbers
  201.        Tolerance = "Margin for error" - more or less than above numbers
  202. .LOCATE 25,19
  203. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  204. .CLS
  205.  ┌────────────────────────────────────────────────────────────────────────────┐
  206.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ RESISTORS ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  207.  └────────────────────────────────────────────────────────────────────────────┘
  208.   CALCULATING A RESISTOR VALUE BASED ON THE FOLLOWING STANDARD COLOR CODES:
  209.  
  210.                COLOR   DIGIT  ZEROS          COLOR   DIGIT  ZEROS
  211.                Black  =  0     None          Green  =  5      5
  212.                Brown  =  1      1            Blue   =  6      6
  213.                Red    =  2      2            Violet =  7      7
  214.                Orange =  3      3            Grey   =  8      8
  215.                Yellow =  4      4            White  =  9      9
  216.  
  217.                             ┌─┬─┬──┬─┬──┬─┬──┬─┬───┐
  218.                     ════════╡ │░│  │▒│  │▓│  │█│   ├════════
  219.                             └─┴─┴──┴─┴──┴─┴──┴─┴───┘
  220.                                            
  221.                  Brown ────────┘    │    │    │
  222.                  Blue ──────────────┘    │    │
  223.                  Orange ─────────────────┘    │
  224.                  Tolerance ───────────────────┘
  225.    ┌───────────────────────────────────────────────────────────────────────┐
  226.    │1st RING:BROWN(1)  2nd RING:BLUE(6)  3rd RING:ORANGE(000) = 16,000 OHMS│
  227.    └───────────────────────────────────────────────────────────────────────┘
  228. .LOCATE 25,19
  229. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  230. .CLS
  231.  ┌────────────────────────────────────────────────────────────────────────────┐
  232.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ CAPACITORS ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  233.  └────────────────────────────────────────────────────────────────────────────┘
  234.  
  235.          While a Resistor's role is to reduce the amount of power
  236.          flowing to part of a circuit, a CAPACITOR performs just the
  237.          opposite function - it collects electric current and allows
  238.          it to build up to a higher level.
  239.  
  240.          One location where a Capacitor (Condenser) is used in automotive
  241.          applications is in the ignition circuit between the coil and
  242.          the points.  It collects any primary current that flows when
  243.          the points are opening to prevent the current from arcing
  244.          between the contacts.
  245.  
  246.                           ┌─────────────────────────┐
  247.                           │ Symbol:                 │
  248.                           │                         │
  249.                           │           │ │           │
  250.                           │     ──────┤ ├──────     │
  251.                           │           │ │           │
  252.                           │                         │
  253.                           └─────────────────────────┘
  254. .LOCATE 25,19
  255. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  256. .CLS
  257. .LOCATE 10,17
  258. A dramatic example of a CAPACITOR at work
  259. .LOCATE 11,17
  260. occurs in the kind of electronic flash unit used on
  261. .LOCATE 12,17
  262. most 35 mm cameras. The capacitor absorbs energy
  263. .LOCATE 13,17
  264. from the small batteries and then releases it
  265. .LOCATE 14,17
  266. to provide the burst of power required to create
  267. .LOCATE 15,17
  268. a flash of bright light.
  269. .LOCATE 25,19
  270. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  271. .CLS
  272.  ┌────────────────────────────────────────────────────────────────────────────┐
  273.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ DIODES ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  274.  └────────────────────────────────────────────────────────────────────────────┘
  275.                A DIODE is a valve that allows electric current
  276.                to flow only in one direction in a circuit.
  277.  
  278.                It can be useful in preventing current in one wire
  279.                from "spilling over" into another and from flowing
  280.                "backwards" in a circuit.
  281.  
  282.                Diodes are also used to convert ALTERNATING CURRENT
  283.                into DIRECT CURRENT (Remember, the flow of Electrons
  284.                keeps reversing in Alternating Current). Diodes are
  285.                used in products like battery chargers where they are
  286.                called RECTIFIERS.
  287.                           ┌─────────────────────────┐
  288.                           │ Symbol:                 │
  289.                           │           │ /│          │
  290.                           │     ──────┤─├─────     │
  291.                           │           │ \│          │
  292.                           │                         │
  293.                           └─────────────────────────┘
  294. .LOCATE 25,19
  295. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  296. .CLS
  297.                                     ┌──────┐
  298.  ┌──────────────────────────────────│REVIEW│──────────────────────────────────┐
  299.  │▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒└──────┘▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  300.  │▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  301.  │▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  302.  │▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  303.  │▒┌──────────────────────────────────┐▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  304.  │▒│REMEMBER THE FOLLOWING KEY POINTS:│▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  305.  │▒└──────────────────────────────────┘▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  306.  │▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  307.  │▒┌────────────────────────────────────────────────────────────────────────┐▒│
  308.  │▒│                                                                        │▒│
  309.  │▒│                                                                        │▒│
  310.  │▒│                                                                        │▒│
  311.  │▒│                                                                        │▒│
  312.  │▒│                                                                        │▒│
  313.  │▒└────────────────────────────────────────────────────────────────────────┘▒│
  314.  │▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  315.  │▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  316.  │▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  317.  │▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  318.  │▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  319.  └────────────────────────────────────────────────────────────────────────────┘
  320. .WAIT 20
  321. .LOCATE 12,5
  322. 1.  RESISTORS REDUCE THE AMOUNT OF CURRENT FLOWING IN A CIRCUIT.
  323. .WAIT 30
  324. .LOCATE 14,5
  325. 2.  CAPACITORS COLLECT CURRENT AND ALLOW IT TO BUILD UP.
  326. .WAIT 30
  327. .LOCATE 16,5
  328. 3.  DIODES ARE VALVES THAT ONLY ALLOW CURRENT TO FLOW IN ONE DIRECTION.
  329. .LOCATE 25,19
  330. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  331. .CLS
  332.  ┌────────────────────────────────────────────────────────────────────────────┐
  333.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ TRANSISTORS ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  334.  └────────────────────────────────────────────────────────────────────────────┘
  335.  
  336.              The TRANSISTOR is the most versatile of the components
  337.              that can be included in a circuit. It is also the most
  338.              complicated.
  339.  
  340.              A Transistor can be used as a SWITCH, to REGULATE the
  341.              flow of current, or even as a DIODE, depending on its
  342.              construction and how it is wired into the circuit.
  343.  
  344.                           ┌─────────────────────────┐
  345.                           │ Symbol:   \             │
  346.                           │(Non         \           │
  347.                           │ specific     ├──────    │
  348.                           │ symbol)     /           │
  349.                           │           /    OR       │
  350.                           │         ────┤\          │
  351.                           │(Amplifier   │  \_____   │
  352.                           │ Transistor) │  /        │
  353.                           │         ────┤/          │
  354.                           └─────────────────────────┘
  355. .LOCATE 25,19
  356. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  357. .CLS
  358.  ┌────────────────────────────────────────────────────────────────────────────┐
  359.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ TRANSISTORS ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  360.  └────────────────────────────────────────────────────────────────────────────┘
  361. .LOCATE 7,11
  362. Remember from earlier sections that.......Electric Current
  363. .LOCATE 8,11
  364. is the flow of Electrons from a location where there is
  365. .LOCATE 9,11
  366. a supply of Free Electrons......to a location where there
  367. .LOCATE 10,11
  368. is a supply of atoms that have a shortage of Electrons.
  369. .LOCATE 12,11
  370. The location with the supply of Free Electrons is the - (minus)
  371. .LOCATE 13,11
  372. or Negative side of the circuit. When discussing Transistors
  373. .LOCATE 14,11
  374. this side is identified by the letter "N".
  375. .LOCATE 16,11
  376. The location with the supply of atoms that have a shortage
  377. .LOCATE 17,11
  378. of Electrons is the + (plus) side. It is identified by the
  379. .LOCATE 18,11
  380. letter "P".
  381. .LOCATE 25,19
  382. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  383. .CLS
  384.  ┌────────────────────────────────────────────────────────────────────────────┐
  385.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ TRANSISTORS ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  386.  └────────────────────────────────────────────────────────────────────────────┘
  387.  
  388.          Unlike Resistors, Capacitors, and Diodes, which have only two
  389.          "leads" - a short wire at each end that allows the component
  390.          to be inserted into the circuit, a Transistor has THREE "leads".
  391.  
  392.  
  393.                --/\/\/\/\/\--
  394.                  RESISTOR                  \
  395.                                              \
  396.                                                \
  397.                      │ │                         \
  398.                ──────┤ ├──────                    │
  399.                      │ │                          ├──────────
  400.                   CAPACITOR                       │
  401.                                                  /
  402.                                                /
  403.                     │ /│                     /
  404.               ──────┤─├─────              /
  405.                     │ \│
  406.                    DIODE                        TRANSISTOR
  407. .LOCATE 25,19
  408. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  409. .CLS
  410.  ┌────────────────────────────────────────────────────────────────────────────┐
  411.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ TRANSISTORS ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  412.  └────────────────────────────────────────────────────────────────────────────┘
  413.  
  414.            Transistors are made from SEMICONDUCTOR materials - solid
  415.            materials that can be a source of Free Electrons (N) or
  416.            atoms with a shortage of Electrons (P).
  417.  
  418.            Two of the three "leads" in the Transistor attach to
  419.            parts of the Transistor that contain either "P" Semiconductor
  420.            material or "N" material.
  421.  
  422.            The third "lead" attaches to a "BASE" that separates
  423.            the other two parts of the Transistor.
  424.  
  425.            There are two possibilities:
  426.  
  427.                              │                   │
  428.                         ┌──┬─┴─┬──┐         ┌──┬─┴─┬──┐
  429.                     ────┤P │ N │ P├──── ────┤N │ P │ N├────
  430.                         └──┴───┴──┘         └──┴───┴──┘
  431.  
  432.            As a result, there are PNP Transistors and NPN Transistors.
  433. .LOCATE 25,19
  434. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  435. .CLS
  436.  ┌────────────────────────────────────────────────────────────────────────────┐
  437.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ TRANSISTORS ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  438.  └────────────────────────────────────────────────────────────────────────────┘
  439.  
  440.  
  441.             The way a Transistor works is easy to understand if you
  442.             think of the component two slices of "SEMICONDUCTOR"
  443.             material that have the same characteristics, separated
  444.             by a layer of material that is exactly the opposite - but
  445.             can change when Electrons are added to it or are withdrawn
  446.             from it.
  447.  
  448.             When the middle material is opposite there is a "break"
  449.             in the circuit and current will not flow. If the status
  450.             of the middle material changes, the circuit will be
  451.             completed, and current will flow.
  452.  
  453.             AND, since a Transistor has three "Leads" Electrons can
  454.             flow into or out of the Transistor from two separate
  455.             locations.
  456.  
  457.  
  458.  
  459. .LOCATE 25,19
  460. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  461. .CLS
  462.  ┌────────────────────────────────────────────────────────────────────────────┐
  463.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ TRANSISTORS ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  464.  └────────────────────────────────────────────────────────────────────────────┘
  465.            The following example illustrates how a Transistor can be
  466.            used as a SWITCH to activate a buzzer. In this case there
  467.            is a low power "Control" circuit that connects to a circuit
  468.            which contains a separate power source which will provide
  469.            the large amount of current required by the buzzer.
  470.     +│ -                                      - │+
  471.    ┌─┤├────────/\/\/\/\─────────────┬──────────┤├────────────────────┐
  472.    │ │                             ┌┴┐          │                    │
  473.    │                               │N│                               │
  474.    │       /                       ├─┤                         ┌────┴───┐
  475.    └────■/  ■─/\/\/\/\─────────────┤P│  Electron                │ BUZZER │
  476.                  Electron flow   ├─┤  Flow                    └────┬───┘
  477.                                    │N│                              │
  478.                                    └┬┘                               │
  479.                                     └────────────────────────────────┘
  480.     HOW IT WORKS: When the switch is open, the Base (P) acts as a barrier
  481.     to the flow of Electrons in the buzzer circuit which is served by its
  482.     own power supply. When the switch is closed, Electrons are pumped out
  483.     of the Base which allow electrons from the buzzer circuit to flow
  484.     across the base, completing the buzzer circuit.
  485. .LOCATE 25,19
  486. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  487. .CLS
  488.  ┌────────────────────────────────────────────────────────────────────────────┐
  489.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ TRANSISTORS ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  490.  └────────────────────────────────────────────────────────────────────────────┘
  491.  
  492.            A Transistor's ability to regulate the flow of current
  493.            is frequently used to increase the flow of current - by
  494.            combining current from two sources (or by creating two
  495.            paths from a single source) that feed into a common
  496.            point. In such applications the term AMPLIFIER TRANSISTOR
  497.            is used.
  498.                                        ┌───────────────
  499.                                       ┌┴┐   OUTPUT
  500.                                      │N│
  501.                          Electron Flow├─┤
  502.                          ─────────────┤P│
  503.                              INPUT    ├─┤
  504.                                       │N│
  505.                                       └┬┘  Electron Flow
  506.                                        └───────────────
  507.                                             INPUT
  508.  
  509.  
  510.  
  511. .LOCATE 25,19
  512. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  513. .CLS
  514.  ┌────────────────────────────────────────────────────────────────────────────┐
  515.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒ PRINTED CIRCUIT BOARDS AND INTEGRATED CIRCUITS ▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  516.  └────────────────────────────────────────────────────────────────────────────┘
  517.  
  518.             In an Electrical Circuit, a path for Electrons to follow
  519.             is typically constructed from separate wires (and the
  520.             bodywork in the case of a vehicle) linked together, with
  521.             various components inserted in the wires, to form a loop.
  522.  
  523.             A PRINTED CIRCUIT BOARD creates the same path in the form
  524.             of a pattern of conducting material deposited on a flat
  525.             board. The different components are then inserted into
  526.             the path. The "leads" from the components can be inserted
  527.             into holes in the paths and soldered, or they are soldered
  528.             on the paths without using holes (surface mount).
  529.  
  530.             An INTEGRATED CIRCUIT is simply a miniaturized version of
  531.             a printed circuit that is built up in layers of different
  532.             materials to create paths for the current to follow as well
  533.             as components (resistors, diodes, and transistors) that
  534.             control the flow of current.
  535.  
  536.  
  537. .LOCATE 25,19
  538. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  539. .CLS
  540.                                     ┌──────┐
  541.  ┌──────────────────────────────────│REVIEW│──────────────────────────────────┐
  542.  │▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒└──────┘▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  543.  │▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  544.  │▒┌──────────────────────────────────┐▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  545.  │▒│REMEMBER THE FOLLOWING KEY POINTS:│▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  546.  │▒└──────────────────────────────────┘▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  547.  │▒▒▒▒▒┌───────────────────────────────────────────────────────────────┐▒▒▒▒▒▒│
  548.  │▒▒▒▒▒│                                                               │▒▒▒▒▒▒│
  549.  │▒▒▒▒▒│                                                               │▒▒▒▒▒▒│
  550.  │▒▒▒▒▒│                                                               │▒▒▒▒▒▒│
  551.  │▒▒▒▒▒│                                                               │▒▒▒▒▒▒│
  552.  │▒▒▒▒▒│                                                               │▒▒▒▒▒▒│
  553.  │▒▒▒▒▒│                                                               │▒▒▒▒▒▒│
  554.  │▒▒▒▒▒│                                                               │▒▒▒▒▒▒│
  555.  │▒▒▒▒▒│                                                               │▒▒▒▒▒▒│
  556.  │▒▒▒▒▒│                                                               │▒▒▒▒▒▒│
  557.  │▒▒▒▒▒│                                                               │▒▒▒▒▒▒│
  558.  │▒▒▒▒▒│                                                               │▒▒▒▒▒▒│
  559.  │▒▒▒▒▒│                                                               │▒▒▒▒▒▒│
  560.  │▒▒▒▒▒└───────────────────────────────────────────────────────────────┘▒▒▒▒▒▒│
  561.  │▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒│
  562.  └────────────────────────────────────────────────────────────────────────────┘
  563. .WAIT 20
  564. .LOCATE 9,12
  565. 1.  THE FOUR BASIC ELECTRONIC COMPONENTS ARE:  RESISTORS
  566. .LOCATE 10,59
  567. CAPACITORS
  568. .LOCATE 11,59
  569. DIODES
  570. .LOCATE 12,59
  571. TRANSISTORS
  572. .WAIT 30
  573. .LOCATE 14,12
  574. 2.  THEIR ONLY FUNCTIONS ARE TO SWITCH (TURN OFF/ON) THE
  575. .LOCATE 15,16
  576. FLOW OF CURRENT OR REGULATE (INCREASE/DECREASE) IT.
  577. .WAIT 30
  578. .LOCATE 17,12
  579. 3.  AN ELECTRONIC CIRCUIT IS JUST LIKE ANY OTHER
  580. .LOCATE 18,16
  581. ELECTRICAL CIRCUIT EXCEPT THAT IT IS SMALLER AND IT
  582. .LOCATE 19,16
  583. USES "SOLID STATE" COMPONENTS MADE OF SPECIAL
  584. .LOCATE 20,16
  585. SEMICONDUCTOR MATERIALS.
  586. .LOCATE 25,19
  587. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  588. .CLS
  589.  ┌────────────────────────────────────────────────────────────────────────────┐
  590.  │ ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ A FINAL NOTE ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ │
  591.  └────────────────────────────────────────────────────────────────────────────┘
  592.  
  593.            We noted at the start of Section 1 that this INTRODUCTION
  594.            TO ELECTRICITY AND ELECTRONICS would not make you an
  595.            Electronics engineer. And even though we've just scratched
  596.            the surface, we have already covered a great deal of material
  597.            that should make it easier for you to understand any type
  598.            of electrical or electronic system. Some of the things you
  599.            should now know more about include:
  600.  
  601.       ELECTRICITY           AMPS                CIRCUIT DIAGRAMS
  602.       ELECTRONICS           WATTS               LOADS
  603.       ELECTRONIC            OHMS                ELECTRICAL COMPONENT SYMBOLS
  604.       ELECTRONS             MILLI (1/1000)      ELECTRONIC COMPONENT SYMBOLS
  605.       FREE ELECTRON         MICRO (1,1000,000)  RESISTANCE/RESISTORS
  606.       DIRECT CURRENT        TEST LIGHTS         CAPACITORS
  607.       ALTERNATING CURRENT   VOLTMETERS          DIODES
  608.       CONVENTIONAL CURRENT  OHMMETERS           TRANSISTORS
  609.       ELECTRON CURRENT      AMMETERS            PRINTED CIRCUIT BOARDS
  610.       VOLTS                 CIRCUIT             INTEGRATED CIRCUITS
  611.  
  612. .LOCATE 25,19
  613. .PAUSE (*(Press ENTER to continue/ESCAPE to exit)*)
  614. .CLS
  615. .USE PROG=EQIZ6.CAI
  616.